home *** CD-ROM | disk | FTP | other *** search
/ OctaMED Sound Studio 1 / OctaMED SoundStudio V1.iso / devs / dosdrivers / rad < prev    next >
Text File  |  1996-06-18  |  582b  |  21 lines

  1. /* Recoverable RAM disk mount entry
  2.  *
  3.  * You can create different simultaneous recoverable RAM disks by creating
  4.  * versions of this file with different Unit values.
  5.  *
  6.  * The size of a recoverable RAM disk is controlled by the value of the
  7.  * HighCyl line. Increasing this value by 1 consumes an additional 11K of
  8.  * RAM. So the default value of 79 consumes around 880 of memory.
  9.  */
  10.  
  11. Device      = ramdrive.device
  12. Unit        = 0
  13. Flags       = 0
  14. Surfaces    = 2
  15. BlocksPerTrack  = 11
  16. Reserved    = 2
  17. Interleave  = 0
  18. LowCyl      = 0
  19. HighCyl     = 89
  20. Buffers     = 5
  21. BufMemType  = 1